home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / mm_1_2.lha / MM / Config / Example.CFG
Text File  |  1996-04-30  |  24KB  |  823 lines

  1.  
  2. ;#DEFSYSOPNAME "<SysopName>"
  3. ; This is the default SysopName, used if you do not specify a SysopName for the area.
  4.  
  5. #DEFSYSOPNAME "Pino Aliberti"
  6.  
  7.  
  8. ;#SYSOPNAME <Label> "<SysopName>"
  9. ; Here you have to list all your SysopNames
  10.  
  11. #SYSOPNAME MMMaster "MM Master"
  12.  
  13.  
  14. ;#ADDRESS <Address> <FakeNet>
  15. ;#AKA     <Address> <FakeNet>
  16. ; Here you have to list all YOUR addresses
  17. ; If you use #AKA, the address won't be scanned in the search of the nearest Address
  18.  
  19. #ADDRESS  2:335/602.2@fidonet  0
  20. #ADDRESS  39:102/10.0@amiganet 10210
  21. #AKA      39:102/1.2@amiganet  1021
  22. #ADDRESS  99:99/99.99@netgate  0
  23.  
  24.  
  25.  
  26. ;#GROUP <Label>
  27. ; Here you have to list all the group Labels
  28.  
  29. #GROUP netmail
  30. #GROUP fidonet
  31. #GROUP amiganet
  32. #GROUP amiganetpoints
  33. #GROUP bad
  34. #GROUP    netgated
  35.  
  36.  
  37. ;#ARCHIVER <Label> <Offset> "<Pattern>" "<Crunch Command>"  "<Decrunch Command>"
  38. ; Mail Manager is able to self recognize different archivers.
  39. ; <Label> is the Label of the archiver used in the #NODE lines
  40. ; <Offset> is the position of the pattern within the archive
  41. ; <Pattern> is the pattern that identifies a type of archive
  42.  
  43. #ARCHIVER    LZX    0    "LZX"    "BIN:LZX -X0 a"    "BIN:LZX -X0 x"
  44. #ARCHIVER    LHA    2    "-lh"    "BIN:LhA a"    "BIN:LhA x"
  45. #ARCHIVER    ZIP    0    "PK"    "BIN:LhA a"    "DH0:CMP/UnZip -x"
  46. #ARCHIVER    ZOO    0    "ZOO"    "BIN:Zoo a"    "BIN:Zoo x"
  47. #ARCHIVER    ARC    0    ""    "BIN:Arc a"    "BIN:Arc x"
  48.  
  49.  
  50.  
  51.  
  52. ;#NODE <Address> <Addr Type> <PKT Type> <Echo Flavor> <Tick Flavor> <Archiver>
  53. ;Group <GroupLabel> <GroupLevel>
  54. ;Group <GroupLabel> <GroupLevel>
  55. ;...
  56. ;PacketPw   "<Password>"
  57. ;AreaFixPw  "<Password>"
  58. ;TickPw     "<Password>"
  59. ;UserFlags  "<Flags>"
  60. ;CanCreateAreas <Path> <Address> <MsgBase> <GroupLabel> <GroupLevel>
  61. ;
  62. ;
  63. ; Here you have to list the addresses of all the Nodes that send/receive mail from you
  64. ; <Address>    : Is the Address of the node in 5D format
  65. ; <Addr Type>  : ADDR2D/ADDR4D/ADDR5D Type of Seen-By/Path lines
  66. ; <PKT Type>   : PACK3D/PACK4D/PACK5D Type of PKT
  67. ; <Echo Flavor>: NORMAL/DIRECT/CRASH/HOLD/VIRTUAL Flavor of ECHOMAIL Packets
  68. ;         Packets will never be created for a VIRTUAL node
  69. ; <Tick Flavor>: NORMAL/DIRECT/CRASH/HOLD/VIRTUAL Flavor of TICK Files
  70. ;         Tick Files will never be created for a VIRTUAL node
  71. ; <Archiver>   : Is the archiver used for crunching mail for this node
  72. ;
  73. ;
  74. ; the "Group" lines list the Groups the Node is linked to
  75. ;  <GroupLabel>  : is the Label of the group
  76. ;  <GroupLevel> : is the access level of this node within the group
  77. ;
  78. ; the "PacketPw" line sets the password inserted inside PKTs for this node ( max 8 chrs !!! )
  79. ;
  80. ; the "AreaFixPw" line sets the AreaFix Password of the Node.
  81. ;
  82. ; the "TickPw" line sets the Tick Password of the Node.
  83. ;
  84. ; the "UserFlags" line could be used for storing custom flags for the Node
  85. ;
  86. ; If you specify a "CanCreateAreas" line the node can create new areas automatically.
  87. ;  <Path>        is the Path where MM will create the the New Area Directory
  88. ;  <Address>     is the your Address used in the Area
  89. ;  <MsgBase>     is the type of MsgBase used for the Area
  90. ;  <GroupLabel>   is the Label of the group the Area will belong to
  91. ;  <GroupLevel>  is the access level required for the area within the group
  92. ;
  93.  
  94. #NODE    2:335/602.0@fidonet    ADDR5D    PACK5D    NORMAL    NORMAL    LHA
  95. Group      fidonet 20
  96. PacketPw   "xxx"
  97. TickPw     "xxx"
  98. CanCreateAreas  MAIL:FIDO/  2:335/602.2@fidonet  Compressed  fidonet 10
  99.  
  100. #NODE    39:102/1.0@amiganet    ADDR5D    PACK5D    NORMAL    NORMAL    LHA
  101. Group      amiganet 20
  102. PacketPw   "xxx"
  103. TickPw     "xxx"
  104. UserFlags  "MMAFIX=Test MMMSGTRK=Flags"
  105. CanCreateAreas  MAIL:AMY/  39:102/10.0@amiganet  Compressed  amiganet 10
  106.  
  107. #NODE    39:102/10.1@amiganet    ADDR2D    PACK3D    HOLD    NORMAL    LHA
  108. Group      amiganet 10
  109. Group      amiganetpoints 10
  110.  
  111. #NODE    99:99/99.0@netgate    ADDR2D    PACK3D    NORMAL    NORMAL    NONE
  112. CanCreateAreas  MAIL:NETGATE/  99:99/99.99@netgate  Compressed  netgated 0
  113.  
  114. #NODE    999:999/999.0@virtual    ADDR5D    PACK5D    VIRTUAL    VIRTUAL    LHA
  115.  
  116.  
  117.  
  118.  
  119.  
  120. ;#ROUTING <FromNode> <FromFlavor> <Action> <ToNode> <ToFlavor>
  121. ; Here you have to describe the Routing actions for NETMAIL.
  122. ; <FromNode>   : You can use every AmigaDos wildcard for every field
  123. ; <FromFlavor> : NORMAL/DIRECT/CRASH/HOLD/ALL
  124. ; <Action>     : SEND/ARCHIVE - SEND sends mail uncompressed , ARCHIVE compress MAIL with the configured ARCHIVER
  125. ; <ToNode>     : Must be one of the Nodes listed in the #NODE lines
  126. ; <ToFlavor>   : NORMAL/DIRECT/CRASH/HOLD
  127.  
  128. #ROUTING    *:*/*.*@fidonet            ALL        SEND        2:335/602.0@fidonet     NORMAL
  129. #ROUTING    *:*/*.*@amiganet        ALL        SEND        39:102/1.0@amiganet     NORMAL
  130. #ROUTING    [1-6]:*/*.*@*            ALL        SEND        2:335/602.0@fidonet     NORMAL
  131. #ROUTING    ((39)|(40)|(41)):*/*.*@*    ALL        SEND        39:102/1.0@amiganet     NORMAL
  132.  
  133.  
  134.  
  135.  
  136. ;#INBOUND <dir>
  137. ; It is the directory where MM will look for incoming Bundles, Packets and Files
  138.  
  139. #INBOUND    IN:
  140.  
  141.  
  142.  
  143. ;#OUTBOUND <dir>
  144. ; It is the directory where MM will place outgoing Packets and Flow Files
  145.  
  146. #OUTBOUND    OUT:
  147.  
  148.  
  149.  
  150. ;#BUNDLEDIR <dir>
  151. ; It is the directory where MM will place outgoing Bundles
  152.  
  153. #BUNDLEDIR    OUT:BUNDLES/
  154.  
  155.  
  156.  
  157. ;#TICDIR <dir>
  158. ; It is the directory where MM will place outgoing .TIC files
  159.  
  160. #TICDIR        OUT:TICS/
  161.  
  162.  
  163.  
  164. ;#TEMPPKTDIR <dir>
  165. ; It is the directory where MM will create temporary Packets during the Export operation.
  166. ; It MUST be different from the #INBOUND and #WORKDIR directories
  167.  
  168. #TEMPPKTDIR    OUT:TMPPKTDIR/
  169.  
  170.  
  171.  
  172. ;#BADDIR <dir>
  173. ; It is the directory where MM will move wrong and corrupted incoming Packets and Tick files
  174.  
  175. #BADDIR    BAD:
  176.  
  177.  
  178.  
  179. ;#BACKUPDIR <dir>
  180. ; It is the directory where MM will copy incoming Bundles and Packets before the Import
  181.  
  182. #BACKUPDIR    BAK:
  183.  
  184.  
  185.  
  186. ;#WORKDIR <dir>
  187. ; It is the directory where MM will UnArc incoming Bundles before the Import
  188.  
  189. #WORKDIR    T:
  190.  
  191.  
  192.  
  193. ;#MAILDEV <dir>
  194. ; It is the directory that will be monitored by MM in order to show you the available disk space
  195.  
  196. #MAILDEV    MAIL:
  197.  
  198.  
  199.  
  200. #STATS        "MM:MailManager.Stats"
  201. #USERLIST    "Nodelist:MM.Userlist"
  202. #NODELISTDIR    Nodelist:
  203. #EDITOR        "BIN:ED %s -sticky"
  204. #TEMPFILE    "T:MM.TRANS"
  205.  
  206.  
  207.  
  208. ;#FORWARDTXT "<String>"
  209. ; In the <String> you can insert the following control characters:
  210. ;
  211. ;     \n - NewLine
  212. ;     \q - Quotations Marks (")
  213. ;     \% - Percentage char (%)
  214. ;
  215. ;     %F - Name of the Sender (Name and SurName)
  216. ;     %f - Name of the Sender (Name)
  217. ;     %K - Address of the Sender ( without Domain )
  218. ;     %k - Address of the Sender ( without Point and Domain )
  219. ;     %T - Name of the Addressee (Name and SurName)
  220. ;     %t - Name  of the Addressee(Name)
  221. ;     %J - Address of the Addressee ( without Domain )
  222. ;     %j - Address of the Addressee ( without Point and Domain )
  223. ;     %S - Subject of the message (Complete)
  224. ;     %s - Subject of the message (First 20 characters)
  225. ;     %D - Date and Time of the message
  226. ;     %d - Date of the message
  227. ;     %X - Current Date and Time
  228. ;     %x - Current Date
  229. ;     %Y - Sysop Name (Name and Surname)
  230. ;     %a - Tag Name of the area
  231. ;     %p - Path of the area
  232. ;     %n - Number of the message
  233. ;
  234. ;  If %F, %f, %T or %t are followed by some text enclosed in two `~'s
  235. ;  this text will be used if the message was directed to or written by
  236. ;  yourself.  For example: "Look what %F~I~ wrote to %T~me~:"
  237.  
  238. #FORWARDTXT     " Message forwarded from Area [%a]\n  Original From: %F\n  Original To  : %T\n  Original Subj: %S\n  Original Date: %d\n\n"
  239.  
  240.  
  241.  
  242.  
  243. ;#DEFPROLOGUE "<String>"
  244. ; This is the default Prologue, used if you do not specify a Prologue for the area.
  245. ; You can use the same ctrl chrs of #FORWARDTXT
  246.  
  247. #DEFPROLOGUE    "Hello %f,\n In a message dated %d you wrote to %T~me~ :\n\n"
  248.  
  249.  
  250. ;#PROLOGUE <Label> "<prologue>"
  251. ; Here you have to list all your Prologues
  252.  
  253. #PROLOGUE    Italiano    "Ciao %f,\n In un messaggio del %d scrivevi a %T~me~ :\n\n"
  254.  
  255.  
  256.  
  257.  
  258. ;#DEFLOGO "<String>"
  259. ; This is the default Logo, used if you do not specify a Logo for the area.
  260. ; If you set this to:  #DEFLOGO ""   MM won't insert a Logo.
  261.  
  262. #DEFLOGO    "\n                      Ciao !\n *Pino* *Aliberti*\n $2:335/602.2@fidonet$\n ^39:102/10.0@amiganet^\n #aliberti@mbox.vol.it#\n\n"
  263.  
  264.  
  265. ;#LOGO <Label> "<logo>"
  266. ; Here you have to list all your Logos
  267.  
  268. #LOGO    Short    "\n    Ciao !\n      Pino\n\n"
  269. #LOGO    UUCP    "\n  Ciao !\n         Pino Aliberti\n\n-------------------------------------------------------------\n Mail Manager Development     Internet: aliberti@mbox.vol.it\n Via delle Fontanelle, snc    Fidonet : 2:335/602.2@fidonet\n 67016 Paganica (AQ) ITALY    Amiganet: 39:102/10.0@amiganet\n-------------------------------------------------------------\n\n"
  270.  
  271.  
  272.  
  273.  
  274.  
  275. ;#DEFORIGIN "<origin>"
  276. ; This is the default Origin, used if you do not specify an Origin for the area
  277.  
  278. #DEFORIGIN        "Mail Manager, The Last Frontier !"
  279.  
  280.  
  281. ;#ORIGIN <Label> "<origin>"
  282. ; Here you have to list all your Origins
  283.  
  284. #ORIGIN        MMBeta    "Come on Guys, we are the best !"
  285. #ORIGINRANDOM    Random1    "MM:RandomOrigins.TXT"
  286.  
  287.  
  288.  
  289.  
  290. ;#DEFFONT <FontName>/<FontSize>
  291. ; This is the Default Font used for reading msgs.
  292. ; If you do not configure a Default Font MM will use the Fixed Width Font configured with MUI prefs.
  293.  
  294. #DEFFONT MMBrowse/11
  295.  
  296.  
  297. ;#FONT <Label> <FontName>/<FontSize>
  298. ; Here you have to list all the Fonts you want to use for reading msgs in different Areas
  299.  
  300. #FONT IBM    IBM/11
  301. #FONT XHelv    Helvetica/11
  302.  
  303.  
  304.  
  305.  
  306. ;#TICKCOMMAND <Label> "<command>"
  307. ; Here you have to list all the TickCommands you want to use in the Tick Areas
  308. ; Inside the <Command> string you can insert the following control characters:
  309. ;     \n - NewLine
  310. ;     \q - Quotations Marks (")
  311. ;      %s - Sysop Name
  312. ;      %a - Area Tag
  313. ;      %p - Area Path
  314. ;      %P - Area Alternate Path
  315. ;      %u - Area User Flags
  316. ;      %d - File Description
  317. ;      %b - File Size in Bytes
  318. ;      %n - Original File Name ( Only Name )
  319. ;      %N - Original File Name ( with the complete Path )
  320. ;      %m - Destination File Name ( Only Name )
  321. ;      %M - Destination File Name ( with the complete Path )
  322. ;      %r - File replaced ( Only Name )
  323. ;      %R - File replaced ( with the complete Path )
  324. ;      %o - Origin Node
  325. ;      %f - From Node                                        
  326. ;
  327. ;                  ########## WARNINGS ##########
  328. ;
  329. ; -  You cannot use MM ARexx commands inside the TickCommand
  330. ; -  MM checks the return code of the Tick Command.
  331. ;    If it is not = 0 the Tick file won't be processed further.
  332.  
  333. #TICKCOMMAND    DLG    "SYS:REXXC/RX MM:Rexx/MM_DLGUpload %a %p %n %N %o %b \q%u\q \q%r\q %d"
  334.  
  335.  
  336.  
  337. ;#DELETECHAR <char>
  338. ; This character will be inserted in front of the Bundle name before adding
  339. ; it to the Flow Files ( '#' '^' '-' for TrapDoor )
  340.  
  341. #DELETECHAR    #
  342.  
  343.  
  344.  
  345. ;#PREPARSEKLUDGE "<string>"
  346. ; This string will be inserted in front of every kludge line before showing it.
  347. ; You can insert here the following control characters:
  348. ;  \b   = Bold
  349. ;  \i   = Italic
  350. ;  \u   = Underline
  351. ;  \n   = Back to Plain
  352. ;  \<n> = Use pen number <n> (1..9)
  353.  
  354. #PREPARSEKLUDGE "\8"
  355.  
  356.  
  357. ;#PREPARSEQUOTED "<string>"
  358. ; This string will be inserted in front of every quoted line before showing it.
  359. ; You can insert here the same control codes used in #PREPARSEKLUDGE
  360.  
  361. #PREPARSEQUOTED "\3"
  362.  
  363.  
  364.  
  365. #ECHOLEVEL 4
  366. #LOGWINDOW "KCON:0/433/720/107/Mail Manager  Log Window/AUTO/INACTIVE/SCREEN MMScreen"
  367. #LOGLEVEL 4
  368. #LOGFILE "MM:MailManager.Log"
  369.  
  370.  
  371. ; #ARCHIVEFILE "<filename>"
  372. ; This is the default name of the file where MM will Archive Msgs. You can use the same ctrl chrs of #FORWARDTXT
  373. #ARCHIVEFILE "DH0:MISC/ARCHIVE/%a.TXT"
  374.  
  375.  
  376.  
  377. ;#CMDSTACK <Stack Size>
  378. ; This is the StackSize used for calling external commands ( Archivers, Text Editor, Custom Menu Commands
  379. ; and Tick Commands ) from inside MM. Default: 4096 bytes
  380.  
  381. #CMDSTACK 12000
  382.  
  383.  
  384.  
  385. ;#TASKPRI <priority>
  386. ; This is the Task Priority used by MM (valid values are from -20 to +20)
  387.  
  388. #TASKPRI 0
  389.  
  390.  
  391.  
  392. ;#MINFREEMEM <Kbytes>
  393. ; If your free mem is less that this value, MM will free some areas buffers before scanning the next area
  394.  
  395. #MINFREEMEM 2048
  396.  
  397.  
  398.  
  399. ;#MAXPKTSIZE <Kbytes>
  400. ; This is the rough maximum size of a PKT created during Export.
  401.  
  402. #MAXPKTSIZE 512
  403.  
  404.  
  405.  
  406. ;#MAXBUNDLESIZE <Kbytes>
  407. ; This is the VERY rough maximum size of a Bundle created during Export.
  408. ; The Size of a Bundle is checked _before_ adding the PKT.
  409. ; If the size is bigger than MaxBundleSize The PKT will be added to a new bundle
  410.  
  411. #MAXBUNDLESIZE 512
  412.  
  413.  
  414.  
  415. #NUMDUPES 500
  416.  
  417.  
  418.  
  419. ;#AREAORDER CONFIG/ALPHA/GROUPS/TOT/NEW/SYS/UNR/IMP
  420. ; Initial ordering of the Areas shown
  421.  
  422. #AREAORDER CONFIG
  423.  
  424.  
  425.  
  426.  
  427. ;#AREASHOW ALL/TOT/NEW/SYS/UNR/IMP/ECHO/MAIL
  428. ; Initial filter for the Areas shown
  429.  
  430. #AREASHOW TOT
  431.  
  432.  
  433.  
  434.  
  435.  
  436. ;#(NO)KEEPMATRIX
  437. ; By default INTRANSIT messages ( Imported messages not addressed to one of your #ADDRESSes or #AKAs )
  438. ; are flagged as 'DEL' as soon as Mail Manager has exported them. If you want to disable this
  439. ; you have to set #KEEPMATRIX.
  440.  
  441. #NOKEEPMATRIX
  442.  
  443.  
  444.  
  445. ;#(NO)KEEPSYSOP
  446. ; If you set #KEEPSYSOP, messages written or addressed to you won't be deleted by the Mail Manager
  447. ; Delete Function. Of course you can still delete them by setting the 'DEL' flag from inside Mail Manager.
  448.  
  449. #KEEPSYSOP
  450.  
  451.  
  452.  
  453. ;#(NO)CHECKDOMAIN
  454. ; If you set #CHECKDOMAIN MM will work in a full 5D environment
  455.  
  456. #CHECKDOMAIN
  457.  
  458.  
  459.  
  460. ;#(NO)ORIGIN5D
  461. ; If you set #ORIGIN5D the address in the Origin line will include the Domain
  462.  
  463. #ORIGIN5D
  464.  
  465.  
  466. ;#(NO)DOBACKUP
  467. ; If you set #DOBACKUP MailManager will made a copy of the Incoming Bundles and PKTs
  468. ; in the BackUpDir before starting the Import function.
  469.  
  470. #NODOBACKUP
  471.  
  472.  
  473.  
  474. ;#(NO)SAFEIMPORT
  475. ; If you set #SAFEIMPORT Mail Manager will delete a bundle only after it has imported
  476. ; all the PKT of the Bundle, otherwise it will delete the bundle as soon as it has unarced it.
  477.  
  478. #NOSAFEIMPORT
  479.  
  480.  
  481.  
  482. ;#(NO)SMARTEXPORT
  483. ; If you set #SMARTEXPORT When you click on the Export Gadget of the Areas window and
  484. ; there is no Area Selected MM will xport only areas with the 'E' flag; 
  485. ; with #NOSMARTEXPORT MM will export all the areas
  486.  
  487. #SMARTEXPORT
  488.  
  489.  
  490.  
  491. ;#(NO)CRUNCHMAIL
  492. ; If set, NetMail for points will be crunched with the configured archiver.
  493.  
  494. #NOCRUNCHMAIL
  495.  
  496.  
  497.  
  498. ;#(NO)PACKEVERYBUNDLE
  499. ; If set, Mail Manager will archive exported PKTs at the end of every Imported Bundle
  500. ; Otherwise it will archive exported PKTs at the end of the Import function
  501.  
  502. #NOPACKEVERYBUNDLE
  503.  
  504.  
  505.  
  506. ;#(NO)SHOWPASSTHRO
  507. ; If set, Mail Manager will show also PassThrough areas
  508.  
  509. #SHOWPASSTHRO
  510.  
  511.  
  512.  
  513. ;#(NO)TEXTSTYLES
  514.  
  515. #TEXTSTYLES
  516.  
  517.  
  518.  
  519. ;#(NO)SHOWKLUDGES
  520.  
  521. #SHOWKLUDGES
  522.  
  523.  
  524.  
  525. ;#(NO)QUOTEKLUDGES
  526.  
  527. #QUOTEKLUDGES
  528.  
  529.  
  530.  
  531. ;#(NO)ADDRETOSUBJ
  532. #NOADDRETOSUBJ
  533.  
  534.  
  535.  
  536. ;#(NO)THREADSOPENED
  537.  
  538. #THREADSOPENED
  539.  
  540.  
  541.  
  542. ;#(NO)REFLOW
  543.  
  544. #REFLOW
  545.  
  546.  
  547.  
  548. ;#(NO)AUTORENUMBER
  549.  
  550. #NOAUTORENUMBER
  551.  
  552.  
  553.  
  554. ;#CHECKDUPEMSGS NO/KEEP/BAD/KILL
  555.  
  556. #CHECKDUPEMSGS BAD
  557.  
  558.  
  559.  
  560. ;#CHECKDUPETICKS NO/KEEP/BAD/KILL
  561.  
  562. #CHECKDUPETICKS KEEP
  563.  
  564.  
  565.  
  566.  
  567. ;#AREASMENU "<name>" "<Command>" "<ShortCut>"
  568.  
  569. #AREASMENU    "Run ARexx"    "SYS:REXXC/RX MM:Rexx/MM_RunRexx"    "0"
  570. #AREASMENU    "Maui 1"    "BIN:Trapdoor call 2:335/602"        "1"
  571. #AREASMENU    "Maui 2"    "BIN:Trapdoor call 2:335/607"        "2"
  572. #AREASMENU    "Call ..."    "SYS:REXXC/RX MM:Rexx/MM_CallNode"    "3"
  573. #AREASMENU    "Send File"    "SYS:REXXC/RX MM:Rexx/MM_SendFile"    "4"
  574. #AREASMENU    "Import Ticks"    "SYS:REXXC/RX MM:Rexx/MM_ImportTicks"    "5"
  575. #AREASMENU    "MM Log"    "BIN:ed MM:MailManager.Log"        ""
  576. #AREASMENU    "TD Log"    "BIN:ed Mail:TrapDoor.Log"        ""
  577.  
  578.  
  579.  
  580. ;#BROWSEMENU "<name>" "<Command>" "<ShortCut>"
  581. ; the <Command> string can contain the same control chrs used in #FORWARDTXT
  582.  
  583. #BROWSEMENU    "Decode"    "SYS:REXXC/RX MM:Rexx/MM_SMFEDcode DECODE GUI AREA %a MSG %n"    ""
  584. #BROWSEMENU    "Encode"    "SYS:REXXC/RX MM:Rexx/MM_SMFEDcode ENCODE GUI AREA %a"        ""
  585. #BROWSEMENU    "AddUserList"    "SYS:REXXC/RX MM:REXX/MM_AddUser.rexx %a %n"            ""
  586. #BROWSEMENU    "NodeInfo"    "SYS:REXXC/RX MM:REXX/MM_GetNLNode %k"                ""
  587. #BROWSEMENU     "Call Node"    "SYS:REXXC/RX MM:Rexx/MM_CallNode %k"                ""
  588.  
  589.  
  590.  
  591. ;#(MAIL/ECHO/FECHO/BAD)AREA "<Name>" <Tag> <Path> <Address> <GroupLabel> <GroupLevel>
  592. ;TwoPassImport
  593. ;ReadOnly
  594. ;MsgBase   <MsgBase>                           <MsgBase>  = Plain / Indexed / Quick / Compressed / PassThrough
  595. ;Show      <Show>                              <Show>     = All / New / Sysop /UnRepl/ LastImp
  596. ;SortBy    <SortBy>                            <SortBy>   = Number / Date / From / To / Subject
  597. ;DeleteBy  <DeleteBy>  <Num>                   <DeleteBy> = Number / Date
  598. ;Desc      "<Description>"
  599. ;AltPath   <AltPath>
  600. ;Charset   <ReadCharset>  <WriteCharset>       <Charset> = ASCII / IBMPC / LATIN
  601. ;Font      <Font>
  602. ;SysopName <SysopName>
  603. ;Prologue  <Prologue>
  604. ;Logo      <Logo>
  605. ;Origin    <Origin>
  606. ;UserFlags <UserFlags>
  607. ;Nodes     <Nodes>
  608. ;
  609. ;
  610. ; Here you have to list all your Messages Areas
  611. ;
  612. ;  <Name>  is the Name of the Area (will be showed in the area list)
  613. ;          You can insert here the same control codes used in #PREPARSEKLUDGE
  614. ;  <Tag>  is the TagName of the Area
  615. ;  <Path>  is the Path of the Area Directory
  616. ;  <Address>  is the Address you will use in this Area
  617. ;  <GroupLabel>  is the Label of the group this area belongs to
  618. ;  <GroupLevel>  is the access level required for this area within the group
  619. ;
  620. ;
  621. ; Messages imported into an Area with a "TwoPassImport" line won't be automatically exported during import
  622. ;
  623. ; You cannot write messages into an Area with a "ReadOnly" line
  624. ;
  625. ; the "MsgBase" line describe the type of MsgBase used for the Area
  626. ;
  627. ; the "Show" line sets the initial state of the "Show" cycle gadget for the area
  628. ;
  629. ; the "SortBy" line sets the initial state of the "Sort" cycle gadget for the area
  630. ;
  631. ; the "DeleteBy" line sets the sorting method used for the delete function
  632. ; and the minimum number of msgs left after a Delete operation
  633. ;
  634. ; the "Desc" line sets the Description for the previously defined Area.
  635. ;
  636. ; the "AltPath" line sets the path where File Attached in MAIL or FECHO areas will be placed.
  637. ; If it is not specified files will be placed in the primary path
  638. ;
  639. ; the "Charset" line specifies the Charsets used in this area.
  640. ; the <ReadCharset> is the default Charset assumed when you are reading messages without a CHRS kludge
  641. ; the <WriteCharset> is Charset used for reading and writing messages
  642. ; If it is not specified, MM will use ASCII for Both.
  643. ;
  644. ; the "Font" line specifies the Font used for reading Messages in this area.
  645. ; If it is not specified MM will use the Font specified in #DEFFONT
  646. ; or, if you have not configured a Default Font, the Fixed Width Font configured with MUI Prefs
  647. ;
  648. ; the "SysopName" line specifies the SysopName used in the area.
  649. ; If it is not specified MM will use the name specified in #DEFSYSOPNAME
  650. ;
  651. ; the "Prologue" line specifies the Prologue used in the area.
  652. ; If it is not specified MM will use the origin specified in #DEFPROLOGUE
  653. ;
  654. ; the "Logo" line specifies the Logo used in the area.
  655. ; If it is not specified MM will use the origin specified in #DEFLOGO
  656. ;
  657. ; the "Origin" line specifies the Origin used in the area.
  658. ; If it is not specified MM will use the origin specified in #DEFORIGIN
  659. ;
  660. ; the "UserFlags" line is used for specifing the User Flags for the area.
  661. ; Mail Manager does not use this field. You can use it for your own purposes
  662. ;
  663. ; the "Nodes" line list all the nodes connected to the previously defined Area.
  664. ; The nodes should be listed in the same format used in a 4D Seen-By line. For example:
  665. ; Nodes   2:335/601 602 .2 .4 336/232
  666. ; All that nodes should be already listed in the #NODE lines.
  667. ; EchoMail will be imported only from these nodes and will be exported only to these nodes.
  668. ; If you precede a node entry with a '-' msgs imported from that node will be routed
  669. ; to the BAD area.
  670. ; If you precede a node entry with a '+' msgs won't be exported to that node
  671. ; For example: "Nodes   2:335/601 602 -.2 .4 +336/232"
  672. ; Of course a Point should insert here only the address of his Boss
  673.  
  674.  
  675. #MAILAREA  "\bMatrix"  MATRIX  MAIL:MATRIX/  2:335/602.2@fidonet  netmail 0
  676. MsgBase   Compressed
  677. Show      All
  678. SortBy    Number
  679. DeleteBy  Number 500
  680. AltPath   MAIL:FILES/MATRIX/
  681. Charset   LATIN LATIN
  682.  
  683. #FECHOAREA  "\8MM Beta"  MMBETA  MAIL:FIDO/MMBETA/  2:335/602.2@fidonet  fidonet 30
  684. MsgBase   Compressed
  685. Show      All
  686. SortBy    Number
  687. DeleteBy  Number 500
  688. Desc      "Only for the Testers of the Best Program of the World"
  689. AltPath   MAIL:FILES/MMBETA/
  690. Charset   LATIN LATIN
  691. ; SysopName MMMaster
  692. ; Logo      Short
  693. Origin    MMBeta
  694. Nodes     2:335/602
  695.  
  696. #FECHOAREA  "\8MM Beta Ita"  MMBETA.ITA  MAIL:FIDO/MMBETA.ITA/  2:335/602.2@fidonet  fidonet 30
  697. MsgBase   Compressed
  698. Show      All
  699. SortBy    Number
  700. DeleteBy  Number 500
  701. AltPath   MAIL:FILES/MMBETA.ITA/
  702. Charset   LATIN LATIN
  703. Prologue  Italiano
  704. ; Logo      Short
  705. Origin    MMBeta
  706. Nodes     2:335/602
  707.  
  708. #ECHOAREA  "\8MM Support"  MM_AMY  MAIL:AMY/MM_AMY/  39:102/10.0@amiganet  amiganet 10
  709. MsgBase   Compressed
  710. Show      All
  711. SortBy    Number
  712. DeleteBy  Number 500
  713. Charset   LATIN LATIN
  714. Nodes     39:102/1
  715.  
  716.  
  717. #ECHOAREA  "AmigaNet \bComms\n"  COMMS_AMY  MAIL:AMY/COMMS_AMY/  39:102/10.0@amiganet  amiganet 10
  718. MsgBase   Compressed
  719. Show      All
  720. SortBy    Number
  721. DeleteBy  Number 200
  722. Charset   LATIN LATIN
  723. Font      XHelv
  724. Nodes     39:102/1 10.1 .2 .3
  725.  
  726.  
  727. #MAILAREA  "\b\3E-Mail"  E-MAIL  MAIL:NETGATE/E-MAIL/  99:99/99.99@netgate  netgated 0
  728. MsgBase   Compressed
  729. Show      All
  730. SortBy    Number
  731. DeleteBy  Date 100
  732. NumDupes  501
  733. Charset   LATIN   LATIN
  734. Logo      UUCP
  735.  
  736.  
  737. #ECHOAREA  "\b\3ML\n\0 MUI"  ML_MUI  MAIL:NETGATE/ML_MUI/  99:99/99.99@netgate  netgated 0
  738. MsgBase   Compressed
  739. Show      All
  740. SortBy    Number
  741. DeleteBy  Date 30
  742. Logo      UUCP
  743. Nodes     99:99/99
  744.  
  745.  
  746. #ECHOAREA  "\b\3CSA\n\0 Amiga"  CSA_AMIGA  MAIL:NETGATE/CSA_AMIGA/  99:99/99.99@netgate  netgated 0
  747. MsgBase   Compressed
  748. Show      New
  749. SortBy    Subject
  750. DeleteBy  Date 5
  751. Logo      UUCP
  752. Nodes     99:99/99
  753.  
  754.  
  755. #BADAREA  "\b\3BAD\n"  BAD_MSGS  MAIL:BAD/  2:335/602.2@fidonet  bad 0
  756. ReadOnly
  757. MsgBase   Compressed
  758. Show      All
  759. SortBy    Number
  760. DeleteBy  Number 0
  761.  
  762.  
  763.  
  764.  
  765. ;#TICKAREA <Tag> <Path> <Address> <GroupLabel> <GroupLevel>
  766. ;Desc        "<Description>"
  767. ;AltPath     <AltPath>
  768. ;TickCommand <TickCommand>
  769. ;UserFlags   <UserFlags>
  770. ;Nodes       <Nodes>
  771. ;
  772. ; Here you have to list all your Tick Areas
  773. ;
  774. ;  <Tag>  is the TagName of the Area
  775. ;  <Path>  is the Path of the Area Directory. This MUST be the path where FILES will be placed
  776. ;  <Address>  is the Address you will use in this Area
  777. ;  <GroupLabel>  is the Label of the group this area belongs to
  778. ;  <GroupLevel>  is the access level required for this area within the group
  779. ;
  780. ; the "Desc" line sets the Description for the previously defined Area.
  781. ;
  782. ; the "AltPath" line sets an Alternate path for the area.
  783. ; Mail Manager does not use this Path. You can use it for your own purposes
  784. ;
  785. ; During the Ticks Export function MM performs the following operations:
  786. ; - If there is a file to replace, MM deletes that file from the area
  787. ; - it copies the file to the Area Path
  788. ; - it inserts the description of the file inside the file comment
  789. ; If you want to perform some other operations you can include them in a
  790. ; #TICKCOMMAND and insert its Label in the "TickCommand" line.
  791. ;
  792. ; the "UserFlags" line is used for specifing the User Flags for the area.
  793. ; Mail Manager does not use this field. You can use it for your own purposes
  794. ;
  795. ; the "Nodes" line list all the nodes connected to the previously defined Area.
  796. ; The nodes should be listed in the same format used in a 4D Seen-By line. For example:
  797. ; Nodes   2:335/601 602 .2 .4 336/232
  798. ; All that nodes should be already listed in the #NODE lines.
  799. ; Files will be imported only from these nodes and will be exported only to these nodes.
  800. ; If you precede a node entry with a '-' files coming from that node won't be imported
  801. ; If you precede a node entry with a '+' files won't be exported to that node
  802. ; Of course a Point should insert here only the address of his Boss
  803.  
  804.  
  805. #TICKAREA  MM_UTILS  MAIL:TICKS/MM_UTILS/ 39:102/10.0@amiganet  amiganet 30
  806. Desc        "Utilities for Mail Manager"
  807. Nodes       39:102/1
  808.  
  809. #TICKAREA  MMBETA  MAIL:TICKS/MMBETA/  2:335/602.2@fidonet  fidonet 30
  810. Desc        "Only for the Testers of the Best Program of the World"
  811. TickCommand DLG
  812. Nodes       2:335/602
  813.  
  814. #TICKAREA  NODEDIFF  MAIL:TICKS/NODEDIFF/  2:335/602.2@fidonet  fidonet 30
  815. Nodes       2:335/602
  816.  
  817. #TICKAREA  AMYNLIST  MAIL:TICKS/AMYNLIST/  39:102/10.0@amiganet  amiganet 30
  818. Nodes       39:102/1 -10.1
  819.  
  820. #TICKAREA  AMYNDIFF  MAIL:TICKS/AMYNDIFF/  39:102/10.0@amiganet  amiganet 30
  821. Nodes       39:102/1
  822.  
  823.